home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 003 / _unimode2 / !UniMode2 / Manuals / Specs < prev    next >
Text File  |  1994-05-22  |  3KB  |  79 lines

  1. Subject: Specifications of UniversalMode module and UniMode file-format
  2. Author : Hendrix Bros.
  3. Date   : 22-May-94
  4.  
  5. For detailed information refer to the UniMode PRM.
  6.  
  7. Commands provided: 
  8.         *ModeLoad <FileName> <ModeNo>
  9.         *ModeClear <ModeNo>
  10.         *Mode [<ModeNo>]
  11.         *VIDC <ON|OFF|STATUS|AUTO|PREFS|INTELLIGENT|QUIET>
  12.         *HardwareRevision [<level>] 
  13.         *VidcThreshold [<high> [<low>]]
  14.  
  15. ModeDescriptionFile: 
  16.         00000000 Machine specs word
  17.         00000004 Pointer to VIDCList (if b30 set in MachineSpecsWord)
  18.         00000008 Pointer to WorkspaceList (if b30 set in MachineSpecsWord)
  19.         0000000C Pointer to a null-terminated ID-text (if b29 set in 
  20.                   MachineSpecsWord)
  21.         00000010 Data
  22.  
  23. MachineSpecsWord:  
  24.         b31 -> VIDCEnhancer should be switched on
  25.         b30 -> VIDCList & WorkspaceList are included
  26.         b29 -> ID text is included
  27.         b0...bn  Set if monitortype supported    
  28.  
  29. ID text:
  30. This is null-terminated text with a maximum length of 160 characters (including the terminating null). 
  31.  
  32. Provided modes: 
  33.         0 - 127
  34.  
  35.         NOTE: When making overlays for RISC OS modes (0~46) you can only
  36.         alter the VIDC-register contents and the 'AUTO'-mode
  37.         VidcEnhancer-state. You can't alter the WorkspaceList variables for
  38.         RISC OS modes.
  39.  
  40.  
  41. Naming Conventions:
  42.         
  43.  
  44. Application:
  45.         !UniMode2
  46.  
  47. Module:
  48.         UniMode (UniversalMode module)
  49.  
  50. Textual Mode Description File:
  51.         ModeDescriptionScript  (MDS) --- FileType: Text    (&FFF)
  52.  
  53. Compiled Mode Description File:
  54.         ModeDescriptionFile    (MDF) --- FileType: UniMode (&103) 
  55.                                        
  56. MDS directory:
  57.         <UniModeMDS$Dir>
  58.                 This is by default the Directory 'ModeScript' situated in
  59.                 the !UniMode2 directory. In case the directory is relocated,
  60.                 you should also redefine the variable  <UniModeMDS$Dir> to
  61.                 the correct path.  
  62.  
  63. MDF directory:
  64.         <UniModeMDF$Dir>
  65.                 This is by default the Directory 'Modes' situated in the
  66.                 !UniMode2 directory. In case the directory is relocated, you
  67.                 should also redefine the variable <UniModeMDF$Dir> to the
  68.                 correct path.
  69.  
  70. Utilities:
  71.         Install
  72.                 Install the application on your system.
  73.         ConvertMDS
  74.                 This program converts old MDSs to the new format.
  75.         UniModeLib
  76.                 This library contains the shared resources for the utilities
  77.         UMUserLib
  78.                 This library contains user-definable FuNctions.
  79.